Travis: Expose build dir as variable
authorAlexander Graf <[email protected]>
Thu, 17 Nov 2016 17:31:03 +0000 (18:31 +0100)
committerTom Rini <[email protected]>
Sat, 26 Nov 2016 20:50:52 +0000 (15:50 -0500)
commitfaec290f7e1fe392cd54e3e5ecc282dfc94349e3
treecfb589d2ef26f3ee10e4d853f21cfb7a14a3ef7d
parent1bce3ad5f32532de3b354a5883cffbb2606ce19a
Travis: Expose build dir as variable

Some travis QEMU tests can transfer files between the build directory
and the guest U-Boot instance. For that to work, both need to have access
to the same directory.

This patch puts the current build path into an environment variable, so
that the environment generating python scripts can extract it from there
and read the respective files.

Signed-off-by: Alexander Graf <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
.travis.yml